home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 14815 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  684 b 

  1. Path: news-relay.eworld.com!zdc!zippo!drn
  2. From: Clarence Chiang
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: copy ctor for abstract classes?
  5. Date: 1 Apr 1996 11:59:29 -0800
  6. Organization: Zippo
  7. Sender: http@doc.zippo.com
  8. Message-ID: <4jpcj1$229@doc.zippo.com>
  9. NNTP-Posting-Host: doorstop.spiderisland.com
  10.  
  11. In article <4jk8kg$e9h@darkstar.UCSC.EDU>, ray@cse.ucsc.edu says...
  12. >
  13. >Should an abstract base class have a copy constructor?
  14. >
  15. >Ray
  16. >
  17.  
  18. Well, I don't think so. Since an abstract base class is a class that define an
  19. interface. It generally does not have any data member so usually there is no
  20. need for an abstract base class to have a copy ctor.
  21.  
  22. Clarence Chiang
  23. Spider Island Software
  24.